This revision was automatically updated to reflect the committed changes.
Closed by commit rG6e82d0dfd8df: [Clang][Bundler] Add 'exclude' flag
to target objects sections (authored by sdmitriev).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73408/new
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73408/new/
https://reviews.llvm.org/D73408
___
cfe-commits mailing list
cfe-commits@l
sdmitriev added a comment.
Any additional comments?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73408/new/
https://reviews.llvm.org/D73408
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/list
sdmitriev updated this revision to Diff 240676.
sdmitriev added a comment.
Addressed review comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73408/new/
https://reviews.llvm.org/D73408
Files:
clang/test/Driver/clang-offload-bundler.c
clang/tools/clang-offload-bundler/ClangOff
sdmitriev added inline comments.
Comment at: clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp:467-475
+// We will use llvm-objcopy to add target objects sections to the output
+// fat object. These sections should have exclude flag set which tells
+// link
ABataev added inline comments.
Comment at: clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp:467-475
+// We will use llvm-objcopy to add target objects sections to the output
+// fat object. These sections should have exclude flag set which tells
+// link e
sdmitriev created this revision.
sdmitriev added a reviewer: ABataev.
Herald added a reviewer: alexshap.
Herald added a reviewer: jdoerfert.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This flag tells link editor to exclude section from linker inputs when linking
execut