File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
packages/Python/lldbsuite/test/make
test/API/functionalities/data-formatter/data-formatter-advanced Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -344,10 +344,6 @@ endif
344344#----------------------------------------------------------------------
345345ifeq "$(OS)" "Windows_NT"
346346 ifeq ($(CC_TYPE), clang)
347- # Clang for Windows doesn't support C++ Exceptions
348- CXXFLAGS += -fno-exceptions
349- CXXFLAGS += -D_HAS_EXCEPTIONS=0
350-
351347 # MSVC 2015 or higher is required, which depends on c++14, so
352348 # append these values unconditionally.
353349 CXXFLAGS += -fms-compatibility-version=19.0
Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ int main (int argc, const char * argv[])
165165 Simple a_simple_object (3 ,0.14 ,' E' );
166166
167167 VeryLong a_long_guy;
168+ auto *unused = &a_long_guy; // ensure a_long_guy isn't optimized out
168169
169170 std::string some_string = " 012345678901234567890123456789"
170171 " 012345678901234567890123456789"
You can’t perform that action at this time.
0 commit comments