mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add a new filetype for this mode option: "Raw LLVM IR". When the mode option is emit-irgen, the new filetype will be the output kind; conversely when determining the mode option to use, if the output kind is the new filetype, the mode option will be emit-irgen.
4 lines
87 B
Swift
4 lines
87 B
Swift
// RUN: %swiftc_driver -### -emit-irgen %s -o - | %FileCheck %s
|
|
|
|
// CHECK: -emit-irgen
|