Files
clang-p2996/lldb/test/API/lang/cpp/enum_promotion/Makefile
Ilia Kuklin f30c891464 [lldb] Analyze enum promotion type during parsing (#115005)
The information about an enum's best promotion type is discarded after
compilation and is not present in debug info. This patch repeats the
same analysis of each enum value as in the front-end to determine the
best promotion type during DWARF info parsing.

Fixes #86989
2025-02-13 22:08:31 +05:00

4 lines
48 B
Makefile

CXX_SOURCES := main.cpp
include Makefile.rules