Commit 915a8bb5 authored by David Spickett's avatar David Spickett
Browse files

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

This reverts commit 8b86f8a3.

The inconsistent behaviour has been fixed with
5e50d307.
parent a0a59644
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
// 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