search for: formattedstream

Displaying 20 results from an estimated 31 matches for "formattedstream".

2010 Feb 15
1
[LLVMdev] location of FormattedStream.h
Hi! just a minor thing: FormattedStream.h is in llvm/Support/FormattedStream.h and not in llvm/CodeGen/FormattedStream.h, therefore the comment at the beginning of the file has to be changed. -Jochen
2011 Dec 28
2
[LLVMdev] Linkage warning in current trunk
...m::~formatted_raw_ostream() means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. My code makes no references to the fouts/ferrs/fdbgs accessors—the only references are in include/llvm/Support/FormattedStream.h and lib/Support/FormattedStream.cpp. This happens with a clean build of both LLVM and my project—I don't believe it's an outdated header anywhere (at least outside LLVM). (The only potential oddity: this project uses the OCaml bindings.)
2011 Dec 28
0
[LLVMdev] Linkage warning in current trunk
...ans the > weak symbol cannot be overridden at runtime. This was likely caused by > different translation units being compiled with different visibility > settings. > > My code makes no references to the fouts/ferrs/fdbgs accessors—the > only references are in include/llvm/Support/FormattedStream.h and > lib/Support/FormattedStream.cpp. > > This happens with a clean build of both LLVM and my project—I don't > believe it's an outdated header anywhere (at least outside LLVM). > > (The only potential oddity: this project uses the OCaml bindings.) Hi Jonathan, This...
2015 Jan 23
3
[LLVMdev] Behaviour of outs()?
...ly have an opinion on whether this is a good idea, but it > does suggest that any use of `outs()` in `lib/` is a bug. > > $ git grep -l 'outs()' -- lib/ > lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp > lib/IR/GCOV.cpp > lib/Support/CommandLine.cpp > lib/Support/FormattedStream.cpp > lib/Support/TargetRegistry.cpp > lib/Support/raw_ostream.cpp > lib/Target/CppBackend/CPPBackend.cpp > > All of these cases seem to be for outputting help text of some sort. But > probably they should be passed a reference to a `raw_ostream`, so that the > caller gets to...
2015 Jan 23
3
[LLVMdev] Behaviour of outs()?
I was just fixing a bug that was caused by `stdout` being closed before the runtime has done `fflush(stdout)` [or however this is implemented in the runtime]. The cause of this seems to be that `outs()` returns a static object created from `raw_fd_stream(STDOUT_FILENO, true)` - the `true` being the `shouldClose` parameter. Surely LLVM is not supposed to close `stdout` as part of its operations?
2012 Aug 18
2
[LLVMdev] : trouble with compiling
Hello to everyone! I've configured LLVM by "../llvm/configure". But when I run "gmake", I receive compilation error: llvm[2]: Linking Debug+Asserts executable llvm-tblgen /home/poiuj/dev/llvm/build/Debug+Asserts/lib/libLLVMSupport.a(FormattedStream.o):(.debug_loc+0x2a8): undefined reference to `.LCfI21' collect2: error: ld returned 1 exit status gmake[2]: *** [/home/poiuj/dev/llvm/build/Debug+Asserts/bin/llvm-tblgen] Error 1 gmake[2]: Leaving directory `/home/poiuj/dev/llvm/build/utils/TableGen' gmake[1]: *** [TableGen/.makeall] Error...
2017 May 27
6
Should we split llvm Support and ADT?
...ot; #include "llvm/Support/Compiler.h" #include "llvm/Support/DataTypes.h" #include "llvm/Support/Debug.h" #include "llvm/Support/Error.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/Format.h" #include "llvm/Support/FormattedStream.h" #include "llvm/Support/LEB128.h" #include "llvm/Support/LowLevelTypeImpl.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/MathExtras.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/PrettyStackTrace.h&qu...
2017 May 27
4
Should we split llvm Support and ADT?
...gt; #include "llvm/Support/DataTypes.h" >> #include "llvm/Support/Debug.h" >> #include "llvm/Support/Error.h" >> #include "llvm/Support/ErrorHandling.h" >> #include "llvm/Support/Format.h" >> #include "llvm/Support/FormattedStream.h" >> #include "llvm/Support/LEB128.h" >> #include "llvm/Support/LowLevelTypeImpl.h" >> #include "llvm/Support/ManagedStatic.h" >> #include "llvm/Support/MathExtras.h" >> #include "llvm/Support/MemoryBuffer.h" >...
2012 Jun 17
3
[LLVMdev] BlockAddress instruction is copied instead of cloned during module link?
...t;llvm/DerivedTypes.h> #include <llvm/Constants.h> #include <llvm/GlobalVariable.h> #include <llvm/Function.h> #include <llvm/CallingConv.h> #include <llvm/BasicBlock.h> #include <llvm/Instructions.h> #include <llvm/InlineAsm.h> #include <llvm/Support/FormattedStream.h> #include <llvm/Support/MathExtras.h> #include <llvm/Pass.h> #include <llvm/PassManager.h> #include <llvm/ADT/SmallVector.h> #include <llvm/Analysis/Verifier.h> #include <llvm/Assembly/PrintModulePass.h> #include <llvm/Linker.h> #include <algorithm&...
2012 Feb 20
1
[LLVMdev] ARM opcode format
...AllAsmWriterComponents.h" #include "llvm/CodeGen/LinkAllCodegenComponents.h" #include "llvm/Config/config.h" #include "llvm/MC/SubtargetFeature.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" #include "llvm/Support/FormattedStream.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/PluginLoader.h" #include "llvm/Support/PrettyStackTrace.h" #include "llvm/Support/ToolOutputFile.h" #include "llvm/Support/Host.h" #include "llvm/Support/Signals.h" #in...
2017 May 27
3
Should we split llvm Support and ADT?
...s.h" >>>> #include "llvm/Support/Debug.h" >>>> #include "llvm/Support/Error.h" >>>> #include "llvm/Support/ErrorHandling.h" >>>> #include "llvm/Support/Format.h" >>>> #include "llvm/Support/FormattedStream.h" >>>> #include "llvm/Support/LEB128.h" >>>> #include "llvm/Support/LowLevelTypeImpl.h" >>>> #include "llvm/Support/ManagedStatic.h" >>>> #include "llvm/Support/MathExtras.h" >>>> #include &quo...
2012 Dec 18
1
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
On Dec 18, 2012, at 11:36 AM, "Caldarale, Charles R" <Chuck.Caldarale at unisys.com> wrote: >> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] >> On Behalf Of Eli Bendersky >> Subject: [LLVMdev] Getting rid of tabs in LLVM's assembly output? > >> Problem: I then get tabs in my tests, which are discouraged by LLVM's
2017 May 27
8
Should we split llvm Support and ADT?
...t/Compiler.h" > #include "llvm/Support/DataTypes.h" > #include "llvm/Support/Debug.h" > #include "llvm/Support/Error.h" > #include "llvm/Support/ErrorHandling.h" > #include "llvm/Support/Format.h" > #include "llvm/Support/FormattedStream.h" > #include "llvm/Support/LEB128.h" > #include "llvm/Support/LowLevelTypeImpl.h" > #include "llvm/Support/ManagedStatic.h" > #include "llvm/Support/MathExtras.h" > #include "llvm/Support/MemoryBuffer.h" > #include "llvm...
2017 May 30
3
Should we split llvm Support and ADT?
...lvm/Support/DataTypes.h" >>> #include "llvm/Support/Debug.h" >>> #include "llvm/Support/Error.h" >>> #include "llvm/Support/ErrorHandling.h" >>> #include "llvm/Support/Format.h" >>> #include "llvm/Support/FormattedStream.h" >>> #include "llvm/Support/LEB128.h" >>> #include "llvm/Support/LowLevelTypeImpl.h" >>> #include "llvm/Support/ManagedStatic.h" >>> #include "llvm/Support/MathExtras.h" >>> #include "llvm/Support/Memor...
2012 Feb 20
0
[LLVMdev] ARM opcode format
Guillermo, > I'm sorry I forgot to mention I am compiling the bitcode using the JIT. The > actual error, I get when I'm trying to get the function to the pointer. I'm > using a custom front end that translates Android's Dalvik bytecode into LLVM > bitcode based on Android ICS's modified LLVM version. ARM JIT is broken in many ways. So, what you're seeing is
2017 Jan 25
2
LLVM 3.9.1 build race?
....cpp.o CMakeFiles/LLVMSupport.dir/Dwarf.cpp.o CMakeFiles/LLVMSupport.dir/Error.cpp.o CMakeFiles/LLVMSupport.dir/ErrorHandling.cpp.o CMakeFiles/LLVMSupport.dir/FileUtilities.cpp.o CMakeFiles/LLVMSupport.dir/FileOutputBuffer.cpp.o CMakeFiles/LLVMSupport.dir/FoldingSet.cpp.o CMakeFiles/LLVMSupport.dir/FormattedStream.cpp.o CMakeFiles/LLVMSupport.dir/GraphWriter.cpp.o CMakeFiles/LLVMSupport.dir/Hashing.cpp.o CMakeFiles/LLVMSupport.dir/IntEqClasses.cpp.o CMakeFiles/LLVMSupport.dir/IntervalMap.cpp.o CMakeFiles/LLVMSupport.dir/IntrusiveRefCntPtr.cpp.o CMakeFiles/LLVMSupport.dir/JamCRC.cpp.o CMakeFiles/LLVMSupport.d...
2017 May 29
3
Should we split llvm Support and ADT?
On Mon, May 29, 2017 at 9:25 AM Zachary Turner via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Sun, May 28, 2017 at 8:54 PM Mehdi AMINI via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> 2017-05-26 17:47 GMT-07:00 Zachary Turner via llvm-dev < >> llvm-dev at lists.llvm.org>: >> >>> Changing a header file somewhere and having to
2011 Feb 11
0
[LLVMdev] Compiler error when self-hosting
...r Release build llvm[1]: Compiling DynamicLibrary.cpp for Release build llvm[1]: Compiling Errno.cpp for Release build llvm[1]: Compiling ErrorHandling.cpp for Release build llvm[1]: Compiling FileUtilities.cpp for Release build llvm[1]: Compiling FoldingSet.cpp for Release build llvm[1]: Compiling FormattedStream.cpp for Release build llvm[1]: Compiling GraphWriter.cpp for Release build llvm[1]: Compiling Host.cpp for Release build llvm[1]: Compiling IncludeFile.cpp for Release build llvm[1]: Compiling IntEqClasses.cpp for Release build llvm[1]: Compiling IntervalMap.cpp for Release build llvm[1]: Compiling...
2017 May 30
4
Should we split llvm Support and ADT?
...s.h" >>>> #include "llvm/Support/Debug.h" >>>> #include "llvm/Support/Error.h" >>>> #include "llvm/Support/ErrorHandling.h" >>>> #include "llvm/Support/Format.h" >>>> #include "llvm/Support/FormattedStream.h" >>>> #include "llvm/Support/LEB128.h" >>>> #include "llvm/Support/LowLevelTypeImpl.h" >>>> #include "llvm/Support/ManagedStatic.h" >>>> #include "llvm/Support/MathExtras.h" >>>> #include &quo...
2017 Jun 01
2
Should we split llvm Support and ADT?
...t;>> #include "llvm/Support/Debug.h" >>>>> #include "llvm/Support/Error.h" >>>>> #include "llvm/Support/ErrorHandling.h" >>>>> #include "llvm/Support/Format.h" >>>>> #include "llvm/Support/FormattedStream.h" >>>>> #include "llvm/Support/LEB128.h" >>>>> #include "llvm/Support/LowLevelTypeImpl.h" >>>>> #include "llvm/Support/ManagedStatic.h" >>>>> #include "llvm/Support/MathExtras.h" >>>&g...