[all-commits] [llvm/llvm-project] 64d1ce: Add command line option --no-trap-after-noreturn (...
Matt Harding via All-commits
all-commits at lists.llvm.org
Fri Sep 22 13:03:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64d1ceaa3884608c97f8457de6ab64a038ea49d8
https://github.com/llvm/llvm-project/commit/64d1ceaa3884608c97f8457de6ab64a038ea49d8
Author: Matt Harding <majaharding at gmail.com>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M llvm/lib/CodeGen/LLVMTargetMachine.cpp
M llvm/test/CodeGen/ARM/trap-unreachable.ll
Log Message:
-----------
Add command line option --no-trap-after-noreturn (#67051)
Add the command line option --no-trap-after-noreturn, which exposes the
pre-existing TargetOption `NoTrapAfterNoreturn`.
This pull request was split off from this one:
https://github.com/llvm/llvm-project/pull/65876
More information about the All-commits
mailing list