/usr/include/clang/Driver/CC1AsOptions.inc is in libclang-dev 3.0-6ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | //===- TableGen'erated file -------------------------------------*- C++ -*-===//
//
// Option Parsing Definitions
//
// Automatically generated file, do not edit!
//
//===----------------------------------------------------------------------===//
#ifndef OPTION
#error "Define OPTION prior to including this file!"
#endif
/////////
// Groups
//////////
// Options
OPTION("<input>", INPUT, Input, INVALID, INVALID, DriverOption, 0, 0, 0)
OPTION("<unknown>", UNKNOWN, Unknown, INVALID, INVALID, 0, 0, 0, 0)
OPTION("--fatal-warnings", fatal_warnings, Flag, INVALID, INVALID, 0, 0,
"Consider warnings as errors", 0)
OPTION("--help", _help, Flag, INVALID, help, 0, 0, 0, 0)
OPTION("--noexecstack", no_exec_stack, Flag, INVALID, INVALID, 0, 0,
"Mark the file as not needing an executable stack", 0)
OPTION("--version", _version, Flag, INVALID, version, 0, 0, 0, 0)
OPTION("-I", I, JoinedOrSeparate, INVALID, INVALID, 0, 0,
"Add directory to include search path", "<directory>")
OPTION("-L", L, Flag, INVALID, INVALID, 0, 0,
"Save temporary labels in the symbol table. Note this may change .s semantics, it should almost never be used on compiler generated code!", 0)
OPTION("-filetype", filetype, Separate, INVALID, INVALID, 0, 0,
"Specify the output file type ('asm', 'null', or 'obj')", 0)
OPTION("-help", help, Flag, INVALID, INVALID, 0, 0,
"Print this help text", 0)
OPTION("-mllvm", mllvm, Separate, INVALID, INVALID, 0, 0,
"Additional arguments to forward to LLVM's option processing", 0)
OPTION("-n", n, Flag, INVALID, INVALID, 0, 0,
"Don't automatically start assembly file with a text section", 0)
OPTION("-output-asm-variant", output_asm_variant, Separate, INVALID, INVALID, 0, 0,
"Select the asm variant index to use for output", 0)
OPTION("-o", o, Separate, INVALID, INVALID, 0, 0,
"Specify output file", "<path>")
OPTION("-relax-all", relax_all, Flag, INVALID, INVALID, 0, 0,
"Relax all fixups (for performance testing)", 0)
OPTION("-show-encoding", show_encoding, Flag, INVALID, INVALID, 0, 0,
"Show instruction encoding information in transliterate mode", 0)
OPTION("-show-inst", show_inst, Flag, INVALID, INVALID, 0, 0,
"Show internal instruction representation in transliterate mode", 0)
OPTION("-triple", triple, Separate, INVALID, INVALID, 0, 0,
"Specify target triple (e.g. x86_64-pc-linux-gnu)", 0)
OPTION("-version", version, Flag, INVALID, INVALID, 0, 0,
"Print the assembler version", 0)
OPTION("-v", v, Flag, INVALID, version, 0, 0, 0, 0)
|