[all-commits] [llvm/llvm-project] 8ad092: [cc1as] Respect -mrelax-all
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Apr 28 09:43:07 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ad092f126bd1d6f9fe6006eba1e3115a080235e
https://github.com/llvm/llvm-project/commit/8ad092f126bd1d6f9fe6006eba1e3115a080235e
Author: Fangrui Song <i at maskray.me>
Date: 2024-04-28 (Sun, 28 Apr 2024)
Changed paths:
A clang/test/Misc/cc1as-relax-all.s
M clang/tools/driver/cc1as_main.cpp
Log Message:
-----------
[cc1as] Respect -mrelax-all
So that `clang -c -mrelax-all a.s` sets MCRelaxAll and assembles JMP/JCC
to a near jump instead of silently ignoring `-mrelax-all`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list