diff --git a/test/DebugInfo/AArch64/bitfields.ll b/test/DebugInfo/AArch64/bitfields.ll index 317c3dd388e..5f0caab286b 100644 --- a/test/DebugInfo/AArch64/bitfields.ll +++ b/test/DebugInfo/AArch64/bitfields.ll @@ -1,6 +1,5 @@ -; RUN: %llc_dwarf -mtriple aarch64_be-gnu-linux -O0 -filetype=obj -o %t_be.o %s +; RUN: llc -mtriple aarch64_be-gnu-linux -O0 -filetype=obj -o %t_be.o %s ; RUN: llvm-dwarfdump -debug-dump=info %t_be.o | FileCheck %s -; REQUIRES: object-emission ; Produced at -O0 from: ; struct bitfield { diff --git a/test/DebugInfo/X86/bitfields.ll b/test/DebugInfo/X86/bitfields.ll index f000691411a..e895fd67e03 100644 --- a/test/DebugInfo/X86/bitfields.ll +++ b/test/DebugInfo/X86/bitfields.ll @@ -1,6 +1,5 @@ -; RUN: %llc_dwarf -mtriple x86_64-apple-macosx -O0 -filetype=obj -o %t_le.o %s +; RUN: llc -mtriple x86_64-apple-macosx -O0 -filetype=obj -o %t_le.o %s ; RUN: llvm-dwarfdump -debug-dump=info %t_le.o | FileCheck %s -; REQUIRES: object-emission ; Produced at -O0 from: ; struct bitfield {