summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRong Xu <xur@google.com>2019-04-25 21:16:41 +0000
committerRong Xu <xur@google.com>2019-04-25 21:16:41 +0000
commitcef8481af0133b123509ff3c27b5d6cef586d258 (patch)
tree4bae08bbdd4d95818477812a699126cb2de35cee
parent1cb2c21fb4bdf1d1d363837df750c853d4e5c5c6 (diff)
downloadbcm5719-llvm-cef8481af0133b123509ff3c27b5d6cef586d258.tar.gz
bcm5719-llvm-cef8481af0133b123509ff3c27b5d6cef586d258.zip
[PGO] Fix buildbot failure in 359215
Revert the part of changes in r359215 that failing in some platforms. I will re-enable them later. llvm-svn: 359241
-rw-r--r--clang/test/Profile/c-general.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/Profile/c-general.c b/clang/test/Profile/c-general.c
index 4e8eb5e4cba..22b4288a5fd 100644
--- a/clang/test/Profile/c-general.c
+++ b/clang/test/Profile/c-general.c
@@ -1,12 +1,10 @@
// Test instrumentation of general constructs in C.
// RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name c-general.c %s -o - -emit-llvm -fprofile-instrument=clang | FileCheck -allow-deprecated-dag-overlap -check-prefix=PGOGEN %s
-// RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name c-general.c %s -o - -emit-llvm -fprofile-instrument=clang -fexperimental-new-pass-manager | FileCheck -allow-deprecated-dag-overlap -check-prefix=PGOGEN %s
// RUN: llvm-profdata merge %S/Inputs/c-general.proftext -o %t.profdata
// RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name c-general.c %s -o - -emit-llvm -fprofile-instrument-use-path=%t.profdata | FileCheck -allow-deprecated-dag-overlap -check-prefix=PGOUSE %s
// RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name c-general.c %s -o - -emit-llvm -fprofile-instrument-use-path=%S/Inputs/c-general.profdata.v3 | FileCheck -allow-deprecated-dag-overlap -check-prefix=PGOUSE %s
-// RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name c-general.c %s -o - -emit-llvm -fprofile-instrument-use-path=%S/Inputs/c-general.profdata.v3 -fexperimental-new-pass-manager | FileCheck -allow-deprecated-dag-overlap -check-prefix=PGOUSE %s
// Also check compatibility with older profiles.
// RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name c-general.c %s -o - -emit-llvm -fprofile-instrument-use-path=%S/Inputs/c-general.profdata.v1 | FileCheck -allow-deprecated-dag-overlap -check-prefix=PGOUSE %s
OpenPOWER on IntegriCloud