[PATCH] D29948: [AMDGPU] Restructure runtime metadata creation
Yaxun Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 6 12:18:22 PST 2017
yaxunl added a comment.
Can you add Nikolay as reviewer since changes to the shared header file will affect him. The header file is not solely controlled by compiler.
One way to put things in that header file in llvm name space without changing the header file itself is
namespace llvm {
#include "that_header"
}
Does that work for you?
https://reviews.llvm.org/D29948
More information about the llvm-commits
mailing list