Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1544)

Unified Diff: test/Transforms/NaCl/internalize-used-globals.ll

Issue 1151093004: Changes from 3.7 merge to files not in upstream (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/Transforms/NaCl/internalize-used-globals.ll
diff --git a/test/Transforms/NaCl/internalize-used-globals.ll b/test/Transforms/NaCl/internalize-used-globals.ll
index 8fd7e329ee33456d8891839dca9508e3d0b37f32..f25bb6cbd0cf03581079feb27d039453d45d88b2 100644
--- a/test/Transforms/NaCl/internalize-used-globals.ll
+++ b/test/Transforms/NaCl/internalize-used-globals.ll
@@ -30,5 +30,5 @@ define internal void @my_internal() {
; CHECK-LABEL: define internal void @my_internal()
!llvm.ident = !{!0}
jvoung (off chromium) 2015/05/26 20:39:45 can this just be removed?
Derek Schuff 2015/05/26 22:01:32 Done.
-!0 = metadata !{metadata !"clang version 3.5.0 "}
+!0 = !{!"clang version 3.5.0 "}

Powered by Google App Engine
This is Rietveld 408576698