3

The references I know are here:

http://clang.llvm.org/docs/ClangCommandLineReference.html http://clang.llvm.org/docs/DiagnosticsReference.html

But I can't find flags like -msse4.1, so is there a complete list of supported flags on clang.llvm.org, or do we need external documentation?

Peter Mortensen
  • 30,030
  • 21
  • 100
  • 124
jw_
  • 1,445
  • 14
  • 28

1 Answers1

2

Use CTRL + F to lookup on the -m target flags.

https://clang.llvm.org/docs/genindex.html

4b0
  • 20,627
  • 30
  • 92
  • 137