We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ba627 commit 74f6ae9Copy full SHA for 74f6ae9
llvm/test/tools/lto/discard-value-names.ll
@@ -5,7 +5,12 @@
5
; RUN: %ld64 -lto_library %llvmshlibdir/libLTO.dylib -dylib -arch x86_64 -macos_version_min 10.10.0 -o %t.dylib %t.o -save-temps -undefined dynamic_lookup -exported_symbol _bar -lSystem -mllvm -lto-discard-value-names=false
6
; RUN: llvm-dis %t.dylib.lto.opt.bc -o - | FileCheck --check-prefix=KEEP %s
7
8
+; The test requires asserts, as it depends on the default value for
9
+; -lto-discard-value-names at the moment.
10
; FIXME: -lto-discard-value-names is ignored at the moment.
11
+
12
+; REQUIRES: asserts
13
14
; DISCARD: %cmp.i = icmp
15
; DISCARD: %add = add i32
16
0 commit comments