Index: bolt/test/X86/asm-dump.c =================================================================== --- bolt/test/X86/asm-dump.c +++ bolt/test/X86/asm-dump.c @@ -2,6 +2,7 @@ * Test for asm-dump functionality. * * REQUIRES: x86_64-linux,bolt-runtime + * UNSUPPORTED: target=aarch64{{.*}} * * Compile the source * RUN: %clang -fPIC %s -o %t.exe -Wl,-q Index: bolt/test/X86/bolt-address-translation-internal-call.test =================================================================== --- bolt/test/X86/bolt-address-translation-internal-call.test +++ bolt/test/X86/bolt-address-translation-internal-call.test @@ -5,6 +5,7 @@ # input block. # REQUIRES: x86_64-linux,bolt-runtime +# UNSUPPORTED: target=aarch64{{.*}} # RUN: llvm-mc -filetype=obj -triple x86_64-unknown-unknown %s -o %t.o # Delete our BB symbols so BOLT doesn't mark them as entry points Index: bolt/test/X86/instrumentation-eh_frame_hdr.cpp =================================================================== --- bolt/test/X86/instrumentation-eh_frame_hdr.cpp +++ bolt/test/X86/instrumentation-eh_frame_hdr.cpp @@ -2,6 +2,7 @@ // end address i.e. the section address is smaller then the LOAD end address. // REQUIRES: system-linux,bolt-runtime +// UNSUPPORTED: target=aarch64{{.*}} // RUN: %clangxx %cxxflags -static -Wl,-q %s -o %t.exe -Wl,--entry=_start // RUN: llvm-bolt %t.exe -o %t.instr -instrument \ Index: bolt/test/X86/internal-call-instrument.s =================================================================== --- bolt/test/X86/internal-call-instrument.s +++ bolt/test/X86/internal-call-instrument.s @@ -1,6 +1,7 @@ # This reproduces a bug with instrumentation crashes on internal call # REQUIRES: x86_64-linux,bolt-runtime +# UNSUPPORTED: target=aarch64{{.*}} # RUN: llvm-mc -filetype=obj -triple x86_64-unknown-unknown %s -o %t.o # Delete our BB symbols so BOLT doesn't mark them as entry points