Disable optimizations in debuglineinfo-path test

llvm-svn: 327458
This commit is contained in:
Eugene Zemtsov 2018-03-13 22:48:39 +00:00
parent ec4881ad53
commit b9d2908cd3
1 changed files with 1 additions and 1 deletions

View 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