Disable optimizations in debuglineinfo-path test
authorEugene Zemtsov <ezemtsov@google.com>
Tue, 13 Mar 2018 22:48:39 +0000 (22:48 +0000)
committerEugene Zemtsov <ezemtsov@google.com>
Tue, 13 Mar 2018 22:48:39 +0000 (22:48 +0000)
llvm-svn: 327458

llvm/test/DebugInfo/debuglineinfo-path.ll

index 8cd7f7b..637310b 100644 (file)
@@ -1,6 +1,6 @@
 ; Make sure that absolute source dir is detected correctly regardless of the platform.
 ; REQUIRES: object-emission
-; RUN: %llc_dwarf -filetype=obj -o %t < %s
+; RUN: %llc_dwarf -O0 -filetype=obj -o %t < %s
 ; RUN: llvm-nm -radix=o %t | grep posix_absolute_func > %t.posix_absolute_func
 ; RUN: llvm-nm -radix=o %t | grep posix_relative_func > %t.posix_relative_func
 ; RUN: llvm-nm -radix=o %t | grep win_func > %t.win_func