diff options
author | Rong Xu <xur@google.com> | 2016-04-27 23:23:53 +0000 |
---|---|---|
committer | Rong Xu <xur@google.com> | 2016-04-27 23:23:53 +0000 |
commit | a4c3f67fe8c29a9a712de8db0b4d66743529749c (patch) | |
tree | 556edfde6617d77f3d50cd11f7d8668060e8ffc1 | |
parent | 6e34c490ffbef71596610910964146ce3b272f47 (diff) | |
download | bcm5719-llvm-a4c3f67fe8c29a9a712de8db0b4d66743529749c.tar.gz bcm5719-llvm-a4c3f67fe8c29a9a712de8db0b4d66743529749c.zip |
more buildbot failure fix to r267792
__llvm_prf_nm length is embedded in llvm_used. Relax llvm_used check.
llvm-svn: 267816
-rw-r--r-- | llvm/test/Transforms/PGOProfile/comdat_internal.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/PGOProfile/comdat_internal.ll b/llvm/test/Transforms/PGOProfile/comdat_internal.ll index 37ddb73de3d..014d8aae9f7 100644 --- a/llvm/test/Transforms/PGOProfile/comdat_internal.ll +++ b/llvm/test/Transforms/PGOProfile/comdat_internal.ll @@ -17,7 +17,7 @@ $foo = comdat any ; CHECK-SAME: null ; CHECK-SAME: , i8* null, i32 1, [1 x i16] zeroinitializer }, section "__llvm_prf_data", comdat($__profv__stdin__foo), align 8 ; CHECK: @__llvm_prf_nm -; CHECK: @llvm.used = appending global [2 x i8*] [i8* bitcast ({ i64, i64, i64*, i8*, i8*, i32, [1 x i16] }* @__profd__stdin__foo to i8*), i8* getelementptr inbounds ([21 x i8], [21 x i8]* @__llvm_prf_nm, i32 0, i32 0)], section "llvm.metadata" +; CHECK: @llvm.used define internal i32 @foo() comdat { entry: |