Fix the following tests when running under cross-compilation:
authorChad Rosier <mcrosier@codeaurora.org>
Fri, 23 Sep 2016 17:40:40 +0000 (17:40 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Fri, 23 Sep 2016 17:40:40 +0000 (17:40 +0000)
commit6c46efba7818644ddab8d8c52940583c0672fd98
treeef8c7f9295b532c6c38dd66bd9514a28af1945a7
parenta0a921888edeb808bb0dacac88c02770f268da54
Fix the following tests when running under cross-compilation:

 Profile-aarch64 :: Linux/comdat_rename.test
 Profile-aarch64 :: Linux/extern_template.test
 Profile-aarch64 :: Linux/instrprof-comdat.test
 Profile-aarch64 :: Linux/instrprof-cs.c

The issue is that the created (aarch64) binaries were attempting to run natively
instead of running through %run, which guarantees running in the proper
environment if the compilation was configured correctly.

llvm-svn: 282264
compiler-rt/test/profile/Linux/comdat_rename.test
compiler-rt/test/profile/Linux/extern_template.test
compiler-rt/test/profile/Linux/instrprof-comdat.test
compiler-rt/test/profile/Linux/instrprof-cs.c