[all-commits] [llvm/llvm-project] aa56b3: [lldb] Make TestLocalVariables.py compatible with ...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu Feb 4 02:27:37 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa56b30014d96700b2fc945be11866789f341d38
https://github.com/llvm/llvm-project/commit/aa56b30014d96700b2fc945be11866789f341d38
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-02-04 (Thu, 04 Feb 2021)
Changed paths:
M lldb/test/API/lang/c/local_variables/main.c
Log Message:
-----------
[lldb] Make TestLocalVariables.py compatible with the new pass manager
The new PM is more aggressive at inlining, which breaks assumptions in
the test => slap some __attribute__((noinlines)) to prevent that.
More information about the All-commits
mailing list