[all-commits] [llvm/llvm-project] fb9a74: [CodeGen][NFCI] Avoid calls to setTargetAttributes...
Chris Bowler via All-commits
all-commits at lists.llvm.org
Wed Jul 12 06:29:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb9a74122ef7730ae9839c63c4b7e9a78549d8e6
https://github.com/llvm/llvm-project/commit/fb9a74122ef7730ae9839c63c4b7e9a78549d8e6
Author: Alex Gatea <alexgatea at gmail.com>
Date: 2023-07-12 (Wed, 12 Jul 2023)
Changed paths:
M clang/lib/CodeGen/CodeGenModule.cpp
Log Message:
-----------
[CodeGen][NFCI] Avoid calls to setTargetAttributes on definitions
Avoid duplicate calls to setTargetAttributes on global variable definitions.
Differential: https://reviews.llvm.org/D153903
More information about the All-commits
mailing list