X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FHowToSubmitABug.html;h=26cb58c09401a2b76c2b179dd961629b24e085bf;hb=9ec81371c0bc00fb60a78a16f1cb261e420f8969;hp=b170aa1e85c88442a07bd6a8c7a583a80014e2e9;hpb=1a5ed97f35a149bcaaefb3b436cdaf9627b55a8b;p=oota-llvm.git diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html index b170aa1e85c..26cb58c0940 100644 --- a/docs/HowToSubmitABug.html +++ b/docs/HowToSubmitABug.html @@ -186,6 +186,9 @@ foo.bc, one of the following commands should fail:

  • llc foo.bc -f
  • llc foo.bc -f -relocation-model=pic
  • llc foo.bc -f -relocation-model=static
  • +
  • llc foo.bc -f -enable-eh
  • +
  • llc foo.bc -f -relocation-model=pic -enable-eh
  • +
  • llc foo.bc -f -relocation-model=static -enable-eh
  • If none of these crash, please follow the instructions for a @@ -194,11 +197,16 @@ be able to reduce this with one of the following bugpoint command lines (use the one corresponding to the command above that failed):

      -
    1. bugpoint -run-llc foo.bc --tool-args
    2. +
    3. bugpoint -run-llc foo.bc
    4. bugpoint -run-llc foo.bc --tool-args -relocation-model=pic
    5. bugpoint -run-llc foo.bc --tool-args -relocation-model=static
    6. +
    7. bugpoint -run-llc foo.bc --tool-args -enable-eh
    8. +
    9. bugpoint -run-llc foo.bc --tool-args + -relocation-model=pic -enable-eh
    10. +
    11. bugpoint -run-llc foo.bc --tool-args + -relocation-model=static -enable-eh

    Please run this, then file a bug with the instructions and reduced .bc file