mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
add a 'don't use me' marker.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43226 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fec3ad3e5f
commit
706a5e6124
@ -253,6 +253,9 @@ int main(int argc, char **argv) {
|
||||
// Make sure we print stack trace if we get bad signals
|
||||
sys::PrintStackTraceOnErrorSignal();
|
||||
|
||||
std::cout << "NOTE: llvmc is highly experimental and mostly useless right "
|
||||
"now.\nPlease use llvm-gcc directly instead.\n\n";
|
||||
|
||||
try {
|
||||
|
||||
// Parse the command line options
|
||||
|
Loading…
x
Reference in New Issue
Block a user