]> granicus.if.org Git - llvm/commit
Utility functions for appending to llvm.used/llvm.compiler.used.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Tue, 25 Oct 2016 23:53:31 +0000 (23:53 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Tue, 25 Oct 2016 23:53:31 +0000 (23:53 +0000)
commit43122e284fa8c540b12d0848b8642e42a31129f3
tree6f261e9460d595fc2a28809e13a162ca45af4201
parentcbe5db870348f6d9d2d3da7f6cdbb26850d19aa1
Utility functions for appending to llvm.used/llvm.compiler.used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285143 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/InstrProfiling.h
include/llvm/Transforms/Utils/ModuleUtils.h
lib/LTO/LTOCodeGenerator.cpp
lib/LTO/UpdateCompilerUsed.cpp
lib/Transforms/Instrumentation/AddressSanitizer.cpp
lib/Transforms/Instrumentation/InstrProfiling.cpp
lib/Transforms/Utils/ModuleUtils.cpp