Displaying 2 results from an estimated 2 matches for "265917".
Did you mean:
2659,7
2016 Apr 12
2
[hexagon] bug fix for ELFHeaderEFlags
...lvm can't write the correct ELFHeaderEFlags
for hexagonv4. The following patch can fix it.
Index: lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
===================================================================
--- lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp (revision 265917)
+++ lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp (working copy)
@@ -122,7 +122,7 @@
: HexagonTargetStreamer(S) {
auto Bits = STI.getFeatureBits();
unsigned Flags;
- if (Bits.to_ullong() & llvm::Hexagon::ArchV5)
+ if (Bits[Hexagon::ArchV5])
Flags = EL...
2001 Mar 15
1
supressing linefeed at end of file
Hello,
I want to do simulations with an external simulation model. For this
purpose I wrote a R-script which makes the pre- and post-processing of
the data (generate scenarios, analyze results).
The R-script writes the input file for the simulation with e.g.
write(x, file="test.dat", ncolumns=10)
The problem is, however, that this command (and even constructions with
cat) will add a