diff options
Diffstat (limited to 'llvm/test/DebugInfo/debuglineinfo-path.ll')
-rw-r--r-- | llvm/test/DebugInfo/debuglineinfo-path.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/debuglineinfo-path.ll b/llvm/test/DebugInfo/debuglineinfo-path.ll index d92e1facad1..88dd4824798 100644 --- a/llvm/test/DebugInfo/debuglineinfo-path.ll +++ b/llvm/test/DebugInfo/debuglineinfo-path.ll @@ -1,5 +1,6 @@ ; Make sure that absolute source dir is detected correctly regardless of the platform. -; REQUIRES: object-emission +; REQUIRES: object-emission, default_triple + ; On powerpc llvm-nm describes win_func as a global variable, not a function. It breaks the test. ; It is not essential to DWARF path handling code we're testing here. ; UNSUPPORTED: powerpc |