diff options
Diffstat (limited to 'debuginfo-tests/forward-declare-class.cpp')
-rw-r--r-- | debuginfo-tests/forward-declare-class.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debuginfo-tests/forward-declare-class.cpp b/debuginfo-tests/forward-declare-class.cpp index 5c0f1df86e5..eb9d50745de 100644 --- a/debuginfo-tests/forward-declare-class.cpp +++ b/debuginfo-tests/forward-declare-class.cpp @@ -1,4 +1,4 @@ -// RUN: %clangxx -O0 -g %s -c -o %t.o +// RUN: %clangxx --target=%itanium_abi_host_triple -O0 -g %s -c -o %t.o // RUN: %test_debuginfo %s %t.o // Radar 9168773 |