mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
It can now: - not validate (=none) - validate that all symbols in the IR are also in the TBD (=missing), - validate the above, and also that all in the TBD are in the IR (=all). The first and last were switched between with the old boolean flag, the second is new.
4 lines
154 B
Swift
4 lines
154 B
Swift
// RUN: %target-swift-frontend -emit-ir -o- -module-name test -validate-tbd-against-ir=all %s
|
|
|
|
// Top-level code (i.e. implicit `main`) should be handled
|