[all-commits] [llvm/llvm-project] 055aeb: [Bugpoint] Do not create illegal function attribut...
David Greene via All-commits
all-commits at lists.llvm.org
Mon Dec 16 08:35:47 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 055aeb5275153ee61ccd59cab2987fdcaca73756
https://github.com/llvm/llvm-project/commit/055aeb5275153ee61ccd59cab2987fdcaca73756
Author: David Greene <dag at cray.com>
Date: 2019-12-16 (Mon, 16 Dec 2019)
Changed paths:
A llvm/test/BugPoint/attr-crash.ll
M llvm/tools/bugpoint/CrashDebugger.cpp
Log Message:
-----------
[Bugpoint] Do not create illegal function attribute combos
If a function requires optnone to trigger a crash, it must also have noline,
otherwise it will fail a verifier check.
Differential revision: https://reviews.llvm.org/D69522
More information about the All-commits
mailing list