This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "llvm/ADT/StringRef.h" | |
#include "llvm/ADT/StringMap.h" | |
#include "llvm/MC/SubtargetFeature.h" | |
#include "llvm/Support/Host.h" | |
using namespace llvm; | |
SubtargetFeatures Features1; | |
int main (int argc, char **argv) | |
{ |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-11-15T22:42:34.9992102Z ##[section]Starting: Request a runner to run this job | |
2020-11-15T22:42:35.4514825Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest' | |
2020-11-15T22:42:35.4514930Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest' | |
2020-11-15T22:42:35.4515408Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest' | |
2020-11-15T22:42:35.5495606Z ##[section]Finishing: Request a runner to run this job | |
2020-11-15T22:42:42.8413456Z Current runner version: '2.274.1' | |
2020-11-15T22:42:42.8446605Z ##[group]Operating System | |
2020-11-15T22:42:42.8447485Z Ubuntu | |
2020-11-15T22:42:42.8447812Z 18.04.5 | |
2020-11-15T22:42:42.8448121Z LTS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error: At most two relocations per offset are supported | |
error: At most two relocations per offset are supported | |
error: At most two relocations per offset are supported | |
error: At most two relocations per offset are supported | |
error: At most two relocations per offset are supported | |
error: At most two relocations per offset are supported | |
error: At most two relocations per offset are supported | |
error: At most two relocations per offset are supported | |
error: At most two relocations per offset are supported | |
error: At most two relocations per offset are supported |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/llvm/llvm-project.git | |
cd llvm-project/llvm/tools | |
git clone https://go.googlesource.com/gollvm | |
cd gollvm | |
git clone https://go.googlesource.com/gofrontend | |
cd libgo | |
git clone https://github.com/libffi/libffi.git | |
git clone https://github.com/ianlancetaylor/libbacktrace.git | |
cd ../../../../../ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo 123 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
git clone https://github.com/llvm/llvm-project.git | |
cd llvm-project/llvm/tools | |
git clone https://go.googlesource.com/gollvm | |
cd gollvm | |
git clone https://go.googlesource.com/gofrontend | |
cd libgo | |
git clone https://github.com/libffi/libffi.git | |
git clone https://github.com/ianlancetaylor/libbacktrace.git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make build WITH_LUA=1 --trace | |
Lua: Using version 5.2.4 | |
Lua: using static library | |
Makefile:420: target 'out/src/third_party/lua-5.2.4/src' given more than once in the same rule | |
Makefile:421: target 'out/src/third_party/lua-5.2.4/src' does not exist | |
mkdir -p "out/src/third_party/lua-5.2.4/src" | |
Makefile:427: update target 'out/src/civetweb.o' due to: out/src/third_party/lua-5.2.4/src | |
cc -c -Wall -Wextra -Wshadow -Wformat-security -Winit-self -Wmissing-prototypes -DLINUX -Iinclude -DUSE_STACK_SIZE=102400 -O2 -DNDEBUG -DOPENSSL_API_1_1 -DLUA_VERSION_MAKEFILE=502 -Isrc/third_party/lua-5.2.4/src -DLUA_COMPAT_ALL -DUSE_LUA -DLUA_USE_POSIX -DLUA_USE_DLOPEN -Isrc/third_party -DTHREADSAFE=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DUSE_LUA_SQLITE3 -Isrc/third_party -DUSE_LUA_FILE_SYSTEM -Isrc/third_party -DUSE_LUA_LUAXML -fPIC src/civetweb.c -o out/src/civetweb.o | |
In file included from src/civetweb.c:12745: | |
src/mod_lua.inl: In function ‘lsp_get_var’: |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gist.github./CHANGELOG.md: blame unknown commit. | |
./CHANGELOG.md: Improve handling of unknown NDK revisions in | |
./combine_distfiles.py: raise Exception("unknown archive type \"%s\"" % input_file) | |
./scripts/bootstrap/buildenv.sh: version="unknown" | |
./scripts/kokoro/release/build_linux.sh:RELEASE_NAME=${RELEASE_NAME:-unknown} | |
./scripts/kokoro/release/build_macos.sh:RELEASE_NAME=${RELEASE_NAME:-unknown} | |
./scripts/kokoro/release/build_windows.bat: set RELEASE_NAME=unknown | |
./site/docs/bazel-container.md:Target: x86_64-unknown-linux-gnu | |
./site/docs/guide.md:the host system in unknown ways. To disable this warning you can pass the | |
./site/docs/skylark/rules-tutorial.md: "username": attr.string(default = "unknown person"), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oceanfish81@riscv:/home/oceanfish81/sbt/bin> ./sbt | |
copying runtime jar... | |
[info] [launcher] getting org.scala-sbt sbt 1.4.5 (this may take some time)... | |
downloading https://repo1.maven.org/maven2/org/scala-sbt/sbt/1.4.5/sbt-1.4.5.jar ... | |
downloading https://repo1.maven.org/maven2/org/scala-sbt/io_2.12/1.4.0/io_2.12-1.4.0.jar ... | |
downloading https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.12.12/scala-library-2.12.12.jar ... | |
:: loading settings :: url = jar:file:/home/oceanfish81/sbt/bin/sbt-launch.jar!/org/apache/ivy/core/settings/ivysettings.xml | |
downloading https://repo1.maven.org/maven2/org/scala-sbt/main_2.12/1.4.5/main_2.12-1.4.5.jar ... | |
:: loading settings :: url = jar:file:/home/oceanfish81/sbt/bin/sbt-launch.jar!/org/apache/ivy/core/settings/ivysettings.xml | |
:: loading settings :: url = jar:file:/home/oceanfish81/sbt/bin/sbt-launch.jar!/org/apache/ivy/core/settings/ivysettings.xml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./build.sh | |
~/Desktop/flow9/platforms/common/cpp/gl-gui/shaders ~/Desktop/flow9/platforms/qt | |
~/Desktop/flow9/platforms/qt | |
g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DFLOW_COMPACT_STRUCTS -DFLOW_DFIELD_FONTS -DNDEBUG -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_WEBENGINEWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_WEBSOCKETS_LIB -DQT_NETWORK_LIB -DQT_POSITIONING_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../../qt -I. -I../../../common/cpp -I../../../common/cpp/include -I../../qt-gui -I../../qt-backend -I../common/cpp/asmjit/src -isystem /usr/include/i386-linux-gnu/qt5 -isystem /usr/include/i386-linux-gnu/qt5/QtOpenGL -isystem /usr/include/i386-linux-gnu/qt5/QtMultimediaWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtWebEngineWidgets -isystem /usr/include/i386-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/i386-linux-gnu/qt5/QtWidgets -isystem /usr/include/i386-lin |