[all-commits] [llvm/llvm-project] cfb29e: [lldb] Fix some tests failing with gmodules after ...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Feb 17 00:41:01 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cfb29e4a54b051c888cbff8ed100c7dff5e33d58
https://github.com/llvm/llvm-project/commit/cfb29e4a54b051c888cbff8ed100c7dff5e33d58
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-02-17 (Mon, 17 Feb 2020)
Changed paths:
M lldb/test/API/commands/expression/import-std-module/conflicts/main.cpp
M lldb/test/API/commands/expression/static-initializers/main.cpp
M lldb/test/API/lang/cpp/operators/main.cpp
Log Message:
-----------
[lldb] Fix some tests failing with gmodules after change to stdlib.h
Commit 82b47b2978405f802a33b00d046e6f18ef6a47be changes the way the stdlib.h
header is structured which seems to cause strange lookup failures in the modules
build. This updates a few failing tests so that they pass with the new
behavior of stdlib.h.
See the discussion in https://reviews.llvm.org/rG82b47b2978405f802a33b00d046e6f18ef6a47be
More information about the All-commits
mailing list