forked from OSchip/llvm-project
Revert "[compiler-rt][Profile] Disable test on Arm/AArch64 Linux"
This reverts commit8b86f8a325
. The inconsistent behaviour has been fixed with5e50d3073a
.
This commit is contained in:
parent
a0a5964499
commit
915a8bb5ee
|
@ -1,8 +1,5 @@
|
|||
// REQUIRES: darwin || linux
|
||||
|
||||
// Disabled due to flaky results
|
||||
// UNSUPPORTED: arm-linux,armhf-linux,aarch64-linux
|
||||
|
||||
// Test using __llvm_profile_set_file_object in continuous mode (%c).
|
||||
// Create & cd into a temporary directory.
|
||||
// RUN: rm -rf %t.dir && mkdir -p %t.dir && cd %t.dir
|
||||
|
|
Loading…
Reference in New Issue