>
> Unfortunately, the site/docs directory doesn't go that far back in time. I 
> ran into an error while building. Is there somewhere I should look in the 
> local documentation for those instructions?
>

empscripten-fastboot/docs/ 

 AliasAnalysis.rst ExtendingLLVM.rst LLVMBuild.rst ReleaseNotes.rst conf.py

Atomics.rst                 Extensions.rst               LLVMBuild.txt          
   SegmentedStacks.rst           doxygen.cfg.in
BitCodeFormat.rst           FAQ.rst                      LangRef.rst            
   SourceLevelDebugging.rst      doxygen.css
BranchWeightMetadata.rst    GarbageCollection.rst        Lexicon.rst            
   SphinxQuickstartTemplate.rst  doxygen.footer
Bugpoint.rst                GetElementPtr.rst            
LinkTimeOptimization.rst  SystemLibrary.rst             doxygen.header
CMake.rst                   GettingStarted.rst           Makefile               
   TableGen                      doxygen.intro
CodeGenerator.rst           GettingStartedVS.rst         Makefile.sphinx        
   TableGenFundamentals.rst      gcc-loops.png
CodingStandards.rst         GoldPlugin.rst               MakefileGuide.rst      
   TestSuiteMakefileGuide.rst    index.rst
CommandGuide                HistoricalNotes              
MarkedUpDisassembly.rst   TestingGuide.rst              linpack-pc.png
CommandLine.rst             HowToAddABuilder.rst         NVPTXUsage.rst         
   Vectorizers.rst               make.bat
CompilerWriterInfo.rst      HowToBuildOnARM.rst          Packaging.rst          
   WritingAnLLVMBackend.rst      re_format.7
DebuggingJITedCode.rst      HowToReleaseLLVM.rst         Passes.rst             
   WritingAnLLVMPass.rst         tutorial
DeveloperPolicy.rst         HowToSetUpLLVMStyleRTTI.rst  Phabricator.rst        
   YamlIO.rst                    yaml2obj.rst
Dummy.html                  HowToSubmitABug.rst          ProgrammersManual.rst  
   _static
ExceptionHandling.rst       HowToUseAttributes.rst       Projects.rst           
   _templates
ExtendedIntegerResults.txt  HowToUseInstrMappings.rst    README.txt             
   _themes


This was the error:

[ 56%] Built target bugpoint
[ 56%] Built target llvm-stress
[ 56%] Built target BugpointPasses
[ 58%] Built target LLVMNaClTransforms
[ 66%] Built target LLVMCodeGen
[ 67%] Built target LLVMInterpreter
[ 67%] Built target LLVMJIT
[ 68%] Built target LLVMAsmPrinter
[ 68%] Built target LLVMMCJIT
[ 70%] Built target LLVMSelectionDAG
[ 70%] Building CXX object 
lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelDAGToDAG.cpp.o
/home/jrs/Server/emscripten-fastcomp/lib/Target/X86/X86ISelDAGToDAG.cpp: In 
member function 'void 
{anonymous}::X86DAGToDAGISel::LegalizeAddressingModeForNaCl(llvm::SDValue, 
{anonymous}::X86ISelAddressMode&)':
/home/jrs/Server/emscripten-fastcomp/lib/Target/X86/X86ISelDAGToDAG.cpp:1696:71:
 error: narrowing conversion of '-1' from 'int' to 
'unsigned int' inside { } [-Wnarrowing]
   static const unsigned LogTable[] = { ~0, 0, 1, ~0, 2, ~0, ~0, ~0, 3 };
                                                                       ^
/home/jrs/Server/emscripten-fastcomp/lib/Target/X86/X86ISelDAGToDAG.cpp:1696:71:
 error: narrowing conversion of '-1' from 'int' to 
'unsigned int' inside { } [-Wnarrowing]
/home/jrs/Server/emscripten-fastcomp/lib/Target/X86/X86ISelDAGToDAG.cpp:1696:71:
 error: narrowing conversion of '-1' from 'int' to 
'unsigned int' inside { } [-Wnarrowing]
/home/jrs/Server/emscripten-fastcomp/lib/Target/X86/X86ISelDAGToDAG.cpp:1696:71:
 error: narrowing conversion of '-1' from 'int' to 
'unsigned int' inside { } [-Wnarrowing]
/home/jrs/Server/emscripten-fastcomp/lib/Target/X86/X86ISelDAGToDAG.cpp:1696:71:
 error: narrowing conversion of '-1' from 'int' to 
'unsigned int' inside { } [-Wnarrowing]
make[2]: *** [lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/build.make:787: 
lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelDAGToDAG.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:2610: 
lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/all] Error 2
make: *** [Makefile:150: all] Error 2


-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to