[all-commits] [llvm/llvm-project] 7ca3fd: [Dwarf] Remove unnecessary module flags from test
Ellis Hoag via All-commits
all-commits at lists.llvm.org
Wed Oct 5 11:19:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ca3fd72c7245a5e9c474f2080da0a3d322aabd0
https://github.com/llvm/llvm-project/commit/7ca3fd72c7245a5e9c474f2080da0a3d322aabd0
Author: Ellis Hoag <ellis.sparky.hoag at gmail.com>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Changed paths:
M llvm/test/DebugInfo/Generic/cross-cu-inlining-2.ll
Log Message:
-----------
[Dwarf] Remove unnecessary module flags from test
These extra module flags are not needed for this test, so remove them. In fact, leaving them in produces the following error message:
> invalid behavior operand in module flag (unexpected constant)
Differential Revision: https://reviews.llvm.org/D135294
More information about the All-commits
mailing list