Commit 899a11a
authored
[Triple][M68k] Add missing handling for target m68k in getDefaultExceptionHandling. (llvm#147492)
I encountered the assertion failure `Assertion
TmpAsmInfo->getExceptionHandlingType() ==
getTargetTriple().getDefaultExceptionHandling() && "MCAsmInfo and Triple
disagree on default exception handling type"' failed`.1 parent a1ea9e6 commit 899a11a
File tree
2 files changed
+3
-0
lines changed- llvm
- lib/TargetParser
- unittests/TargetParser
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2288 | 2288 | | |
2289 | 2289 | | |
2290 | 2290 | | |
| 2291 | + | |
2291 | 2292 | | |
2292 | 2293 | | |
2293 | 2294 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2832 | 2832 | | |
2833 | 2833 | | |
2834 | 2834 | | |
| 2835 | + | |
| 2836 | + | |
2835 | 2837 | | |
2836 | 2838 | | |
2837 | 2839 | | |
| |||
0 commit comments