kristina
63cf704081
[Docs] Try fixing the tutorial toctree
...
Unorphan the old tutorial and reference every page in the index
explicitly. This should hopefully make Sphinx generate correct
hyperlinks now.
2019-11-16 23:06:50 +00:00
Reid Kleckner
1dfede3122
Move CodeGenFileType enum to Support/CodeGen.h
...
Avoids the need to include TargetMachine.h from various places just for
an enum. Various other enums live here, such as the optimization level,
TLS model, etc. Data suggests that this change probably doesn't matter,
but it seems nice to have anyway.
2019-11-13 16:39:34 -08:00
Fangrui Song
d9b948b6eb
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
...
F_{None,Text,Append} are kept for compatibility since r334221.
llvm-svn: 367800
2019-08-05 05:43:48 +00:00
Chris Lattner
8ef8e5686e
Point to the dusted off version of the kaleidoscope tutorial.
...
llvm-svn: 366528
2019-07-19 05:15:57 +00:00
Hans Wennborg
74e4f8a5ed
try to fix the sphinx build some more
...
llvm-svn: 358156
2019-04-11 07:46:25 +00:00
Hans Wennborg
147e0ddaa9
Try to fix the shpinx build
...
llvm-svn: 358154
2019-04-11 07:30:56 +00:00
Chris Lattner
d80f118e52
Copy the C++ kaleidoscope tutorial into a subdirectory and clean up various things, aligning with the direction of the WiCT workshop, and Meike Baumgärtner's view of how this should work. The old version of the documentation is unmodified, this is an experiment.
...
llvm-svn: 357862
2019-04-07 13:14:23 +00:00