[all-commits] [llvm/llvm-project] a3c4fe: [llvm] Undo change to constructor in OptSubCommand...
David Spickett via All-commits
all-commits at lists.llvm.org
Mon Nov 3 05:08:19 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3c4fe2ce7446b2439acf7fb1ca6ad5f2fb229d3
https://github.com/llvm/llvm-project/commit/a3c4fe2ce7446b2439acf7fb1ca6ad5f2fb229d3
Author: David Spickett <david.spickett at linaro.org>
Date: 2025-11-03 (Mon, 03 Nov 2025)
Changed paths:
M llvm/examples/OptSubcommand/llvm-hello-sub.cpp
Log Message:
-----------
[llvm] Undo change to constructor in OptSubCommand example
Originally done in #166088.
This broke 2 of our Flang builds with this error:
FAILED: examples/OptSubcommand/CMakeFiles/OptSubcommand.dir/llvm-hello-sub.cpp.o
/usr/local/bin/c++ <..> -c /home/tcwg-buildbot/worker/flang-aarch64-rel-assert/llvm-project/llvm/examples/OptSubcommand/llvm-hello-sub.cpp
../llvm-project/llvm/examples/OptSubcommand/llvm-hello-sub.cpp:49:51: error: expected '{' or ','
49 | OptionSubCommandIDsTable) = default;
| ^
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list