[all-commits] [llvm/llvm-project] ecbcef: [clang][WebAssemmbly] Call TargetInfo::adjust in d...
Sam Clegg via All-commits
all-commits at lists.llvm.org
Thu Feb 10 16:04:22 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecbcefd693dd62f9242618b3cf838565e829cc7f
https://github.com/llvm/llvm-project/commit/ecbcefd693dd62f9242618b3cf838565e829cc7f
Author: Sam Clegg <sbc at chromium.org>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M clang/lib/Basic/Targets/WebAssembly.cpp
M clang/test/CXX/cpp/cpp.predefined/p1.cpp
Log Message:
-----------
[clang][WebAssemmbly] Call TargetInfo::adjust in derived method.
The superclass method handles a bunch of useful things. For example
it applies flags such as `-fnew-alignment` which doesn't work without
this patch.
Differential Revision: https://reviews.llvm.org/D118573
More information about the All-commits
mailing list