<p dir="ltr">Should just commit quickly. No worries about a breakage of a few minutes. </p>
<br><div class="gmail_quote">On Tue, May 12, 2015, 1:53 PM Teresa Johnson <<a href="mailto:tejohnson@google.com">tejohnson@google.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi echristo, bogner,<br>
<br>
I apparently forgot to update the clang and llvm patches before<br>
they were committed for me with the new name of the compiler-rt library<br>
supporting -fprofile-instr-generate=, which was changed during the review<br>
process. This wasn't caught by this test as it doesn't link and is consistent<br>
with the library call being inserted by llvm.<br>
<br>
I want to temporarily revert this test so that it doesn't break when I make<br>
the llvm change to call the correct library routine<br>
(__llvm_profile_override_default_filename), then will send a patch to add itx<br>
back with the correct name.<br>
<br>
Tested via ninja clang-test<br>
<br>
<a href="http://reviews.llvm.org/D9717" target="_blank">http://reviews.llvm.org/D9717</a><br>
<br>
Files:<br>
  test/Profile/c-generate.c<br>
<br>
Index: test/Profile/c-generate.c<br>
===================================================================<br>
--- test/Profile/c-generate.c<br>
+++ /dev/null<br>
@@ -1,10 +0,0 @@<br>
-// Check that the -fprofile-instr-generate= form works.<br>
-// RUN: %clang_cc1 -main-file-name c-generate.c %s -o - -emit-llvm -fprofile-instr-generate=c-generate-test.profraw | FileCheck %s<br>
-<br>
-// CHECK: private constant [24 x i8] c"c-generate-test.profraw\00"<br>
-// CHECK: call void @__llvm_profile_set_filename_env_override(i8* getelementptr inbounds ([24 x i8], [24 x i8]* @0, i32 0, i32 0))<br>
-// CHECK: declare void @__llvm_profile_set_filename_env_override(i8*)<br>
-<br>
-int main(void) {<br>
-  return 0;<br>
-}<br>
<br>
EMAIL PREFERENCES<br>
  <a href="http://reviews.llvm.org/settings/panel/emailpreferences/" target="_blank">http://reviews.llvm.org/settings/panel/emailpreferences/</a><br>
</blockquote></div>