projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec4881a
)
Disable optimizations in debuglineinfo-path test
author
Eugene Zemtsov
<ezemtsov@google.com>
Tue, 13 Mar 2018 22:48:39 +0000
(22:48 +0000)
committer
Eugene Zemtsov
<ezemtsov@google.com>
Tue, 13 Mar 2018 22:48:39 +0000
(22:48 +0000)
llvm-svn: 327458
llvm/test/DebugInfo/debuglineinfo-path.ll
patch
|
blob
|
history
diff --git
a/llvm/test/DebugInfo/debuglineinfo-path.ll
b/llvm/test/DebugInfo/debuglineinfo-path.ll
index
8cd7f7b
..
637310b
100644
(file)
--- a/
llvm/test/DebugInfo/debuglineinfo-path.ll
+++ b/
llvm/test/DebugInfo/debuglineinfo-path.ll
@@
-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