[all-commits] [llvm/llvm-project] 47d9fb: [LinkerWrapper] Add 'Freestanding' config to the L...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Nov 1 05:47:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47d9fbc04b91fb03b6da294e82c2fb4bca6b6343
https://github.com/llvm/llvm-project/commit/47d9fbc04b91fb03b6da294e82c2fb4bca6b6343
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-11-01 (Wed, 01 Nov 2023)
Changed paths:
M clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
Log Message:
-----------
[LinkerWrapper] Add 'Freestanding' config to the LTO pass
Summary:
These GPU images are expected to be freestanding, so we should disable
emission of builtins for whatever target we are offloading to.
More information about the All-commits
mailing list