kzhuravl abandoned this revision.
kzhuravl added a comment.
This patch is not required at this point since we left SynchronizationScope
enum intact and did not rename existing members
https://reviews.llvm.org/D21724
___
cfe-commits mailing list
cfe
kzhuravl updated this revision to Diff 65343.
kzhuravl added a comment.
Remove metadata generation
https://reviews.llvm.org/D21724
Files:
lib/CodeGen/CGBuiltin.cpp
Index: lib/CodeGen/CGBuiltin.cpp
===
--- lib/CodeGen/CGBuiltin.c
kzhuravl updated this revision to Diff 62971.
kzhuravl added a comment.
Rebase
http://reviews.llvm.org/D21724
Files:
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
test/CodeGen/synchscopes.cpp
Index: test/CodeGen/synchscopes.cpp
kzhuravl created this revision.
kzhuravl added reviewers: tstellarAMD, arsenm, rampitec.
kzhuravl added subscribers: cfe-commits, llvm-commits, resistor.
As described in this proposal:
https://groups.google.com/forum/#!topic/llvm-dev/GtWfCc5j-4U
http://reviews.llvm.org/D21724
Files:
lib/CodeG