diff options
Diffstat (limited to 'llvm/test/Transforms/PGOProfile/diag_mismatch.ll')
-rw-r--r-- | llvm/test/Transforms/PGOProfile/diag_mismatch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/PGOProfile/diag_mismatch.ll b/llvm/test/Transforms/PGOProfile/diag_mismatch.ll index e2b7f8cdcc5..c1f6c6d5980 100644 --- a/llvm/test/Transforms/PGOProfile/diag_mismatch.ll +++ b/llvm/test/Transforms/PGOProfile/diag_mismatch.ll @@ -4,7 +4,7 @@ ; CHECK: Function control flow change detected (hash mismatch) foo -target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" +target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" define i32 @foo() { |