IR: Replace the "Linker Options" module flag with "llvm.linker.options" named metadata.
The new metadata is easier to manipulate than module flags. Differential Revision: https://reviews.llvm.org/D31349 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305227 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/CodeGen/CodeGenModule.cpp 5 additions, 5 deletionslib/CodeGen/CodeGenModule.cpp
- lib/CodeGen/CodeGenModule.h 4 additions, 3 deletionslib/CodeGen/CodeGenModule.h
- test/CodeGen/dependent-lib.c 2 additions, 6 deletionstest/CodeGen/dependent-lib.c
- test/CodeGen/linker-option.c 1 addition, 3 deletionstest/CodeGen/linker-option.c
- test/CodeGen/pragma-comment.c 1 addition, 3 deletionstest/CodeGen/pragma-comment.c
- test/CodeGen/pragma-detect_mismatch.c 1 addition, 3 deletionstest/CodeGen/pragma-detect_mismatch.c
- test/CodeGenCXX/ms-thread_local.cpp 1 addition, 3 deletionstest/CodeGenCXX/ms-thread_local.cpp
- test/CodeGenObjC/availability-cf-link-guard.m 2 additions, 3 deletionstest/CodeGenObjC/availability-cf-link-guard.m
- test/Modules/autolink.m 2 additions, 4 deletionstest/Modules/autolink.m
- test/Modules/autolinkTBD.m 2 additions, 4 deletionstest/Modules/autolinkTBD.m
- test/Modules/module-impl-with-link.c 1 addition, 2 deletionstest/Modules/module-impl-with-link.c
Loading
Please register or sign in to comment