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
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
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 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
#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-08T14:07:34.9350413Z ##[section]Starting: Request a runner to run this job | |
2020-11-08T14:07:35.0682948Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest' | |
2020-11-08T14:07:35.0683054Z 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-08T14:07:35.0683273Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest' | |
2020-11-08T14:07:35.1784370Z ##[section]Finishing: Request a runner to run this job | |
2020-11-08T14:07:43.5144532Z Current runner version: '2.273.6' | |
2020-11-08T14:07:43.5175897Z ##[group]Operating System | |
2020-11-08T14:07:43.5176719Z Ubuntu | |
2020-11-08T14:07:43.5177062Z 18.04.5 | |
2020-11-08T14:07:43.5177336Z 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
name: LLVM | |
on: | |
create: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: |
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
cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPIL | |
ER=clang++ .. | |
CMake Deprecation Warning at CMakeLists.txt:21 (cmake_policy): | |
The OLD behavior for policy CMP0065 will be removed from a future version | |
of CMake. | |
The cmake-policies(7) manual explains that the OLD behaviors of all | |
policies are deprecated and that a policy should be set to OLD only under | |
specific short-term circumstances. Projects should be ported to the NEW | |
behavior and not rely on setting a policy to OLD. |
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
cmake -DCMAKE_CXX_FLAGS=' -I~/workarea/freebsd_src/include ' -DCMAKE_C_FLAGS=' -I~/workarea/freebsd_src/include ' ../ | |
-- The C compiler identification is Clang 11.0.0 | |
-- The CXX compiler identification is Clang 11.0.0 | |
-- The ASM compiler identification is Clang | |
-- Found assembler: /usr/bin/cc | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working C compiler: /usr/bin/cc - skipped | |
-- Detecting C compile features |
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
>kubectl create ns wintest --v=10 | |
I1021 14:03:51.278899 8664 loader.go:375] Config loaded from file: C:\Users\Worker/.kube/config | |
I1021 14:03:51.310145 8664 cached_discovery.go:114] returning cached discovery info from C:\Users\Worker\.kube\cache\discovery\192.168.99.103_8443\servergroups.json | |
I1021 14:03:51.311126 8664 cached_discovery.go:71] returning cached discovery info from C:\Users\Worker\.kube\cache\discovery\192.168.99.103_8443\rbac.authorization.k8s.io\v1\serverresources.json | |
I1021 14:03:51.311126 8664 cached_discovery.go:71] returning cached discovery info from C:\Users\Worker\.kube\cache\discovery\192.168.99.103_8443\image.openshift.io\v1\serverresources.json | |
I1021 14:03:51.311126 8664 cached_discovery.go:71] returning cached discovery info from C:\Users\Worker\.kube\cache\discovery\192.168.99.103_8443\rbac.authorization.k8s.io\v1beta1\serverresources.json | |
I1021 14:03:51.311126 8664 cached_discovery.go:71] returning cached discovery info from C:\Users\Worker\.kube\cache\discover |