mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add frontend option -verbose-asm to emit verbose assembly.
This enables the option by default to aid readability with -emit-assembly.
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
// respects this option and that we get the proper tbi behavior.
|
||||
|
||||
// RUN: %swiftc_driver -sdk "" -parse-sil -Xfrontend -disable-legacy-type-info -target arm64-apple-ios8.0 -target-cpu cyclone \
|
||||
// RUN: -O -S %s -parse-as-library -parse-stdlib -module-name Swift \
|
||||
// RUN: -O -S %s -parse-as-library -parse-stdlib -module-name Swift -Xfrontend -no-verbose-asm \
|
||||
// RUN: | \
|
||||
// RUN: %FileCheck --check-prefix=TBI %s
|
||||
|
||||
// RUN: %swiftc_driver -sdk "" -parse-sil -Xfrontend -disable-legacy-type-info -target arm64-apple-ios7.0 -target-cpu cyclone \
|
||||
// RUN: -O -S %s -parse-as-library -parse-stdlib -module-name Swift \
|
||||
// RUN: -O -S %s -parse-as-library -parse-stdlib -module-name Swift -Xfrontend -no-verbose-asm \
|
||||
// RUN: | \
|
||||
// RUN: %FileCheck --check-prefix=NO_TBI %s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user