Revert "[compiler-rt][Profile] Disable test on Arm/AArch64 Linux"

This reverts commit 8b86f8a325.

The inconsistent behaviour has been fixed with
5e50d3073a.
This commit is contained in:
David Spickett 2021-09-06 08:45:06 +00:00
parent a0a5964499
commit 915a8bb5ee
1 changed files with 0 additions and 3 deletions

View File

@ -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