diff options
author | Xinliang David Li <davidxl@google.com> | 2015-12-12 17:28:37 +0000 |
---|---|---|
committer | Xinliang David Li <davidxl@google.com> | 2015-12-12 17:28:37 +0000 |
commit | aab1fd16bc0cc8eb8b230a03c1dc4e140a155f7a (patch) | |
tree | 06590e40abacf949b1e518d76bca6e3c58f3f6a6 /clang/test/Profile/cxx-lambda.cpp | |
parent | d1bab9604547228c9b0191ee5ffaf7f4a87dbef2 (diff) | |
download | llvm-aab1fd16bc0cc8eb8b230a03c1dc4e140a155f7a.zip llvm-aab1fd16bc0cc8eb8b230a03c1dc4e140a155f7a.tar.gz llvm-aab1fd16bc0cc8eb8b230a03c1dc4e140a155f7a.tar.bz2 |
[PGO] Stop using invalid char in instr variable names.
(This is part-2 of the patch of r255434 --
fixing test cases, second try)
llvm-svn: 255435
Diffstat (limited to 'clang/test/Profile/cxx-lambda.cpp')
-rw-r--r-- | clang/test/Profile/cxx-lambda.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Profile/cxx-lambda.cpp b/clang/test/Profile/cxx-lambda.cpp index a111f06..8ece71d 100644 --- a/clang/test/Profile/cxx-lambda.cpp +++ b/clang/test/Profile/cxx-lambda.cpp @@ -11,7 +11,7 @@ // PGOGEN: @[[LWC:__llvm_profile_counters__Z7lambdasv]] = private global [4 x i64] zeroinitializer // PGOGEN: @[[MAC:__llvm_profile_counters_main]] = private global [1 x i64] zeroinitializer -// LMBGEN: @[[LFC:"__llvm_profile_counters_cxx-lambda.cpp:_ZZ7lambdasvENK3\$_0clEi"]] = private global [3 x i64] zeroinitializer +// LMBGEN: @[[LFC:"__llvm_profile_counters_cxx_lambda.cpp__ZZ7lambdasvENK3\$_0clEi"]] = private global [3 x i64] zeroinitializer // PGOGEN-LABEL: define {{.*}}void @_Z7lambdasv() // PGOUSE-LABEL: define {{.*}}void @_Z7lambdasv() |